DestinationFitH Constructor(Page,Nullable<Single>)
In This Topic
Initializes a new instance of the
DestinationFitH class.
Syntax
'Declaration
Public Function New( _
ByVal As Page, _
Optional ByVal As System.Nullable(Of Single) _
)
public DestinationFitH(
Page ,
System.Nullable<float>
)
Parameters
- page
- The target page.
- top
- The top coordinate of the document window.
See Also